Rename --name flags to --<target-name>
authorAlex Crichton <alex@alexcrichton.com>
Thu, 13 Nov 2014 17:37:09 +0000 (09:37 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 13 Nov 2014 17:39:53 +0000 (09:39 -0800)
commitac43ce1ae0fae50b287807c60d94660d42b16974
tree93e588720748db6c2b0eb126f5acbbc72ddacd64
parent3e578c969e67c2c07277e5ff6ceddaab2ac4295f
Rename --name flags to --<target-name>

With #843 and #839 coming around the bend soon, the original decision for
`--name` everywhere isn't making as much sense, for consistence this is renaming
these flags back to `--<target-name>` for the respective targets.
src/bin/bench.rs
src/bin/run.rs
src/bin/test.rs
src/cargo/ops/cargo_run.rs
tests/test_cargo_bench.rs
tests/test_cargo_run.rs
tests/test_cargo_test.rs